runtime.pollCache.lock (field)

6 uses

	runtime (current package)
		netpoll.go#L193: 	lock  mutex
		netpoll.go#L221: 		lockInit(&pollcache.lock, lockRankPollCache)
		netpoll.go#L312: 	lock(&c.lock)
		netpoll.go#L315: 	unlock(&c.lock)
		netpoll.go#L689: 	lock(&c.lock)
		netpoll.go#L710: 	unlock(&c.lock)